Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeElement<T> Class / IntersecWith Method
The RangeElement<T> object to intersect with


In This Topic
    IntersecWith Method
    In This Topic
    Intersects with the RangeElement<T> object.
    Syntax
    'Declaration
     
    
    Public Function IntersecWith( _
       ByVal element As RangeElement(Of T) _
    ) As RangeElement(Of T)
    'Usage
     
    
    Dim instance As RangeElement(Of T)
    Dim element As RangeElement(Of T)
    Dim value As RangeElement(Of T)
     
    value = instance.IntersecWith(element)
    public RangeElement<T> IntersecWith( 
       RangeElement<T> element
    )

    Parameters

    element
    The RangeElement<T> object to intersect with

    Return Value

    A new RangeElement<T> object that is the intersection of the cell ranges of two objects and also contains the elements of both objects, including the cell ranges.
    See Also